FlowDocumentSynchronizer Methods
An object defining methods for the FlowDocumentSynchronizer class.
Synchronize()
Performs the synchronization process between source and target documents.
Returns:
Type: Task
Task without value
This is a async method. Method should be waited. Be careful if call this method without waiting.
See Also
Initialize()
Initializes the flow document synchronizer with the required configurations.
Returns:
Type: void
Method does not return anything
This is a sync method. Method runs synchronously.